Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Serialization Namespace / C1PropsTable.ReadDelegate<T> Delegate

In This Topic
    C1PropsTable.ReadDelegate<T> Delegate
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Delegate Sub C1PropsTable.ReadDelegate(Of T As IC1Serializable)( _
       ByVal reader As C1ReaderBase, _
       ByVal obj As T _
    ) 
    public delegate void C1PropsTable.ReadDelegate<T>( 
       C1ReaderBase reader,
       T obj
    )
    where T: IC1Serializable

    Parameters

    reader
    obj

    Type Parameters

    T
    See Also